.registerActive{
    color: #272724;
          font-family: 'XOTextBold';
}

.rmaActive{
    font-weight: bold;
}

@font-face {
  font-family: 'xo';
  src: url("../fonts/xo.eot");
  src: url("../fonts/xo.eot") format("embedded-opentype"), url("../fonts/xo.woff2") format("woff2"), url("../fonts/xo.woff") format("woff"), url("../fonts/xo.ttf") format("truetype"), url("../fonts/xo.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@media (min-width: 1199px) {
  .onload {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; }
  .site-left.onload {
    opacity: .0;
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s; }
  .site-left.onload.visible {
    opacity: 1; }
  .site-right.site-right--subpage.onload {
    opacity: .0;
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-delay: .7s;
    -webkit-transition-delay: .7s; }
  .site-right.site-right--subpage.visible {
    opacity: 1; }
  .site-right.site-right--homepage.onload:after {
    width: 0;
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-delay: .6s;
    -webkit-transition-delay: .6s; }
  .site-right.site-right--homepage.onload.visible:after {
    width: 100%; }
  .products-homepage__slogan.onload {
    opacity: 0; }
  .products-homepage__slogan.onload.visible {
    opacity: 1; }
  .product-homepage.product-homepage--type-1.onload .product-homepage__img-sm {
    width: 0%;
    opacity: 0;
    margin-left: 100%;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    background-position: center right; }
  .product-homepage.product-homepage--type-1.onload .product-homepage__img-bg {
    width: 0;
    opacity: 0;
    margin-left: 100%;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    background-position: center right; }
  .product-homepage.product-homepage--type-1.onload.visible .product-homepage__img-sm {
    opacity: 1;
    width: 100%;
    margin-left: 0; }
  .product-homepage.product-homepage--type-1.onload.visible .product-homepage__img-bg {
    opacity: 1;
    width: 100%;
    margin-left: 0; }
  .product-homepage.product-homepage--type-2.onload .product-homepage__img-sm {
    width: 0;
    opacity: 0;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    background-position: center left; }
  .product-homepage.product-homepage--type-2.onload .product-homepage__img-bg {
    width: 0;
    opacity: 0;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    background-position: center left; }
  .product-homepage.product-homepage--type-2.onload.visible .product-homepage__img-sm {
    width: 100%;
    opacity: 1; }
  .product-homepage.product-homepage--type-2.onload.visible .product-homepage__img-bg {
    width: 100%;
    opacity: 1; }
  .product-homepage.product-homepage--type-1 .product-homepage__content-wrapper.onload {
    opacity: 0; }
  .product-homepage.product-homepage--type-1 .product-homepage__content-wrapper.onload.visible {
    opacity: 1;
    transition-delay: .28s;
    -webkit-transition-delay: .28s; }
  .product-homepage.product-homepage--type-2 .product-homepage__content-wrapper.onload {
    opacity: 0; }
  .product-homepage.product-homepage--type-2 .product-homepage__content-wrapper.onload.visible {
    opacity: 1;
    transition-delay: .28s;
    -webkit-transition-delay: .28s; }
  .slogan-homepage.onload {
    opacity: 0;
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s; }
  .slogan-homepage.onload.visible {
    opacity: 1; }
  .banner-homepage.onload .banner-homepage__bg-item {
    opacity: 0;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in; }
  .banner-homepage.onload .row--rythm-banner div:nth-of-type(1) .banner-homepage__bg-item {
    transition-delay: .8s;
    -webkit-transition-delay: .8s; }
  .banner-homepage.onload .row--rythm-banner div:nth-of-type(2) .banner-homepage__bg-item {
    transition-delay: .9s;
    -webkit-transition-delay: .9s; }
  .banner-homepage.onload .row--rythm-banner div:nth-of-type(3) .banner-homepage__bg-item {
    transition-delay: 1s;
    -webkit-transition-delay: 1s; }
  .banner-homepage.onload .row--rythm-banner div:nth-of-type(4) .banner-homepage__bg-item {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s; }
  .banner-homepage.onload .banner-homepage__image {
    opacity: 0;
    transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s; }
  .banner-homepage.onload .banner-homepage__slogan {
    opacity: 0;
    transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s; }
  .banner-homepage.onload .banner-homepage__des {
    opacity: 0;
    transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s; }
  .banner-homepage.onload .banner-homepage__arrow-down {
    opacity: 0;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s;
    bottom: 20px;
    margin-bottom: 20px; }
  @keyframes banner-arrow-opacity-animation {
    0% {
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  @keyframes banner-arrow-animation {
    0% {
      bottom: 20px;
      margin-bottom: 20px; }
    50% {
      bottom: 20px;
      margin-bottom: 0px; }
    100% {
      bottom: 20px;
      margin-bottom: 20px; } }
  .banner-homepage.onload.visible .banner-homepage__bg-item {
    opacity: 1; }
  .banner-homepage.onload.visible .banner-homepage__image {
    opacity: 1; }
  .banner-homepage.onload.visible .banner-homepage__slogan {
    opacity: 1; }
  .banner-homepage.onload.visible .banner-homepage__des {
    opacity: 1; }
  .banner-homepage.onload.visible .banner-homepage__arrow-down {
    opacity: 1;
    animation: banner-arrow-animation 1.8s 2.2s infinite; }
  .story-item.onload {
    opacity: 0;
    transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in; }
  .story-item.onload.visible {
    opacity: 1; } }

input:hover, input:focus, textarea:hover, textarea:focus, button:hover, button:focus {
  box-shadow: none;
  border: 0;
  outline: 0; }

.input--standard {
  display: block;
  padding-top: 20px;
  margin: 16px 0;
  position: relative; }
  .input--standard input, .input--standard textarea {
    border: 0;
    border-bottom: 2px solid #000;
    width: 100%;
    height: 35px;
    line-height: normal;
    font-size: 16px;
    padding-top: 2px;
    background-color: transparent; }
  .input--standard textarea {
    min-height: 60px; }
  .input--standard label {
    display: block;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in; }
  .input--standard.focus label {
    font-size: 12px;
    color: #bababa;
    height: 20px;
    line-height: 20px;
    top: 0;
    font-weight: 700; }

.radio-btn input[type="radio"] {
  display: none; }

.radio-btn input[type="radio"] + label {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  cursor: pointer; }

.radio-btn input[type="radio"] + label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  margin-top: -3px;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.radio-btn input[type="radio"] + label span {
  background-color: transparent;
  border: 2px solid #000; }

.radio-btn input[type="radio"]:checked + label span {
  border: 2px solid #000;
  position: relative; }
  .radio-btn input[type="radio"]:checked + label span:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 2px;
    left: 2px; }

.radio-btn input[type="radio"] + label span,
.radio-btn input[type="radio"]:checked + label span {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.radio-btns {
  display: block;
  margin: 32px 0; }
  .radio-btns .radio-btn {
    display: inline-block;
    float: left;
    margin-right: 48px; }
  .radio-btns .radio-btn:last-of-type {
    margin-right: 0; }

.radio-btns__label {
  display: block;
  font-size: 16px;
  color: #000;
  margin: 8px 0; }

.btns-wrapper {
  display: block;
  text-align: left; }

.btn--send.icn-fontello {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  background-color: #f5822b;
  color: #fff;
  position: relative;
  padding: 0; }
  .btn--send.icn-fontello:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    background-color: #fe8f3c;
    margin: 0;
    padding: 0;
    transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in; }
  .btn--send.icn-fontello:after {
    content: '\e802';
    position: absolute;
    right: 32px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff; }
  .btn--send.icn-fontello:hover {
    color: #fff; }
    .btn--send.icn-fontello:hover:before {
      width: 100%; }

.btn--send__label {
  color: #fff;
  font-size: 16px;
  position: relative;
  margin: 0 96px 0 24px; }

html, body {
  color: #131312;
  padding: 0;
  margin: 0;
 /*overflow-x: hidden;*/
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

a, button {
  text-decoration: none; }
  a:hover, a:focus, button:hover, button:focus {
    box-shadow: none;
    text-decoration: none;
    outline: none; }

span, label, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nopadding {
  padding: 0; }

.nomargin {
  margin: 0; }

.content-wrapper {
  display: block;
  width: 100%;
  position: relative;
  min-height: 100vh;
  max-width: 1600px;
  margin: auto; }
  @media (max-width: 1199px) {
    .content-wrapper {
      margin-top: 56px; } }

.site-left {
  display: block;
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto; }
  @media (max-width: 1199px) {
    .site-left {
      display: none; } }

.site-right {
  display: block;
  margin-left: 250px;
  min-height: 100vh;
  position: relative; }
  @media (max-width: 1199px) {
    .site-right {
      margin-left: 0; } }
  .site-right__inner {
    display: block;
    position: relative;
    z-index: 1; }
  .site-right__gradient {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 600px;
    background: linear-gradient(190deg, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(260deg, #fff 0%, #fff 50%, rgba(255, 255, 255, 0) 100%); }

.row--rythm {
  margin-left: 4px;
  margin-right: 4px; }
  .row--rythm .col-lg-1, .row--rythm .col-lg-2, .row--rythm .col-lg-3, .row--rythm .col-lg-4, .row--rythm .col-lg-5, .row--rythm .col-lg-6, .row--rythm .col-lg-7, .row--rythm .col-lg-8, .row--rythm .col-lg-9, .row--rythm .col-lg-10, .row--rythm .col-lg-11, .row--rythm .col-lg-12 {
    padding: 4px; }

.grid-bg {
  position: fixed;
  left: 270px;
  right: 20px;
  top: 0;
  bottom: 0; }
  .grid-bg__col {
    display: block;
    height: 100vh;
    border-left: 1px solid #f6f6f7;
    border-right: 1px solid #f6f6f7; }
  .grid-bg div:first-child {
    border-left: 2px solid #f6f6f7; }
  .grid-bg div:last-child {
    border-right: 2px solid #f6f6f7; }
  @media (max-width: 1199px) {
    .grid-bg {
      left: 20px; } }

.icn-fontello:before, .icn-fontello:after {
  font-family: "xo";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.site-left__logo {
  display: inline-block;
  margin: 48px 24px;
  margin-bottom: 8px; }
  .site-left__logo:after {
    content: '\e801';
    font-size: 48px;
    color: #f5822b; }
  .site-left__logo:hover:after {
    color: #f5822b; }

.nav-main-left {
  display: block;
  padding: 24px;
  padding-bottom: 0;
  margin: 0;
  min-height: calc(100vh - 272px);
  overflow: auto;
  z-index: 1000;
  background-color: #fff;
  box-sizing: initial;
  width: 240px; }
  @media (max-width: 1199px) {
    .nav-main-left {
      width: 200px;
      background-color: transparent; } }
  .nav-main-left > li {
    display: block;
    padding: 12px 0;
    text-align: left; }
    .nav-main-left > li a {
      display: inline-block;
      font-size: 16px;
      color: #000;
      font-weight: 700;
      padding: 2px 8px;
      position: relative;
      z-index: 1; }
    .nav-main-left > li > a:before {
      content: '';
      display: block;
      width: 0;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      background-color: #f5822b;
      transition: all .3s ease-in-out;
      -webkit-transition: all .2s ease-in-out; }
    .nav-main-left > li > a:hover:before {
      width: 100%; }
  .nav-main-left > li.with-submenu {
    position: relative;
    width: 200px;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0); }
    .nav-main-left > li.with-submenu a .toggle-icn {
      float: right;
      display: inline-block;
      left: 180px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      position: absolute; }
      .nav-main-left > li.with-submenu a .toggle-icn:after {
        content: '\e800';
        line-height: 24px;
        font-size: 24px;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in; }
      @media (max-width: 768px) {
        .nav-main-left > li.with-submenu a .toggle-icn {
          left: 170px; } }
    .nav-main-left > li.with-submenu a.collapsed .toggle-icn:after {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg); }
  .nav-main-left > li.active a:before, .mobile-top.open .nav-main-left > li#hamburger-icon a:before {
    content: '';
    width: 100%; }
  .nav-main-left__submenu {
    padding-left: 16px; }
    .nav-main-left__submenu > li {
      display: block;
      padding: 8px 0; }
      .nav-main-left__submenu > li > a {
        display: inline-block;
        font-size: 12px;
        padding: 0 8px;
        position: relative !important; }
      .nav-main-left__submenu > li > a:before {
        content: '';
        display: block;
        width: 0;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        background-color: #f5822b;
        transition: all .3s ease-in;
        -webkit-transition: all .2s ease-in; }
      .nav-main-left__submenu > li > a:hover:before {
        width: 100%; }
    .nav-main-left__submenu li:first-child {
      padding-top: 16px; }
    .nav-main-left__submenu li:last-child {
      padding-bottom: 0; }
    .nav-main-left__submenu > li.xo_products {
      margin-left: 8px; }
    .nav-main-left__submenu > li.disabled > a {
      color: #bababa;
      background-color: transparent;
      pointer-events: none; }

.nav-main-left-secondary {
  display: block;
  padding: 0 24px;
  margin-top: 8px; }
  .nav-main-left-secondary > li {
    display: block;
    margin: 16px 0;
    text-align: left; }
    .nav-main-left-secondary > li > a {
      display: inline-block;
      font-size: 12px;
      font-weight: 400;
      color: #000;
      padding: 2px 8px;
      position: relative;
      z-index: 1001; }
    .nav-main-left-secondary > li > a:before {
      content: '';
      display: block;
      width: 0;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      background-color: #f5822b;
      transition: all .3s ease-in;
      -webkit-transition: all .2s ease-in; }
    .nav-main-left-secondary > li > a:hover:before {
      width: 100%; }
  .nav-main-left-secondary li:first-child {
    padding-top: 24px;
    border-top: 1px solid #ecebeb;
    margin-top: 0; }

.mobile-top {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-height: 56px;
  border-bottom: 2px solid #ecebeb;
  background-color: #FFF;
  z-index: 10000;
  text-align: center; }
  @media (max-width: 1199px) {
    .mobile-top {
      display: block; } }

.mobile-top__logo {
  display: inline-block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center; }
  .mobile-top__logo:after {
    content: '\e801';
    font-size: 34px;
    line-height: 62px;
    color: #f5822b;
    width: auto; }

.mobile-top-nav {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  background-color: #fff;
  z-index: 1;
  padding-top: 40px;
  overflow: hidden;
  overflow-y: auto; }
  .mobile-top-nav:after {
    content: '';
    display: block;
    position: fixed;
    left: 20px;
    width: 210px;
    top: 0;
    height: 56px;
    background-color: #FFF;
    border-bottom: 1px solid #ecebeb;
    z-index: 2; }

.overflow {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0; }

.mobile-top-btn-nav {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 2; }

.mobile-top-btn__label {
  display: inline-block;
  float: left;
  line-height: 63px;
  font-weight: 700;
  color: #f5822b; }

#hamburger-icon {
  width: 24px;
  height: 14px;
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 20px;
  margin-top: 24px;
  margin-right: 10px; }
  #hamburger-icon .line {
    display: block;
    background: #f5822b;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
    #hamburger-icon .line.line-1 {
      top: 0; }
    #hamburger-icon .line.line-2 {
      top: 50%; }
    #hamburger-icon .line.line-3 {
      top: 100%; }
  #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px); }
  #hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px); }
  #hamburger-icon.active .line-1, .mobile-top.open #hamburger-icon .line-1 {
    transform: translateY(7px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7px) translateX(0) rotate(45deg); }
  #hamburger-icon.active .line-2, .mobile-top.open #hamburger-icon .line-2 {
    opacity: 0; }
  #hamburger-icon.active .line-3, .mobile-top.open #hamburger-icon .line-3 {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-7px) translateX(0) rotate(-45deg); }

.mobile-top .mobile-top-nav {
  display: block;
  left: -100%;
  transition: all .6s ease-in .3s;
  -webkit-transition: all .6s ease-in .3s; }

.mobile-top .overflow {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.mobile-top .mobile-top-btn__label .label-open {
  display: block;
  opacity: 1;
  visibility: visible; }

.mobile-top .mobile-top-btn__label .label-close {
  display: none;
  opacity: 0;
  visibility: hidden; }

.mobile-top.open .mobile-top-nav {
  display: block;
  left: 0; }

.mobile-top.open .overflow {
  display: block;
  opacity: 1;
  visibility: visible; }

.mobile-top.open .mobile-top-btn__label .label-open {
  display: none;
  opacity: 0;
  visibility: hidden; }

.mobile-top.open .mobile-top-btn__label .label-close {
  display: block;
  opacity: 1;
  visibility: visible; }

.footer-main {
  display: block;
  background-color: #f2f2f2;
  margin: 4px 8px;
  margin-bottom: 8px;
  padding: 24px 96px; }
  @media (max-width: 767px) {
    .footer-main {
      padding: 16px 32px; } }
  .footer-main__cookie {
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in; }
    .footer-main__cookie:hover {
      color: #f5822b; }
    @media (max-width: 767px) {
      .footer-main__cookie {
        display: block;
        text-align: center; } }
  .footer-main__copy {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #bababa;
    text-align: right;
    margin-top: 1px; }
    @media (max-width: 767px) {
      .footer-main__copy {
        display: block;
        float: none;
        text-align: center; } }

.subpage-top {
  display: block;
  border-bottom: 2px solid #f2f2f2;
  margin: 0 8px; }

.subpage-top__nav {
  display: block;
  padding: 0; }
  .subpage-top__nav li {
    display: inline-block;
    float: left;
    height: 96px;
    line-height: 96px;
    margin-right: 64px; }
    .subpage-top__nav li a {
      display: inline-block;
      color: #000;
      font-weight: 700;
      font-size: 16px;
      line-height: .8em;
      vertical-align: middle; }
      .subpage-top__nav li a .nav--line {
        display: inline-block;
        position: relative;
        padding: 5px 5px; }
        .subpage-top__nav li a .nav--line:before {
          content: '';
          background-color: #f5822b;
          position: absolute;
          left: 0;
          top: 0;
          width: 0%;
          height: 100%;
          z-index: -1;
          transition: all .3s ease-in-out;
          -webkit-transition: all .3s ease-in-out; }
  .subpage-top__nav li.active a .nav--line:before, .subpage-top__nav .mobile-top.open li#hamburger-icon a .nav--line:before, .mobile-top.open .subpage-top__nav li#hamburger-icon a .nav--line:before {
    width: 100%; }
  .subpage-top__nav li:hover a .nav--line:before {
    width: 100%; }

.slogan-subpage, .slogan-subpage--full-line, .slogan-subpage--line-1 {
  display: block;
  position: relative;
  padding-top: 80px;
  padding-bottom: 72px; }
  .slogan-subpage:after, .slogan-subpage--full-line:after, .slogan-subpage--line-1:after {
    content: '';
    display: block;
    height: 8px;
    background-color: #000;
    position: absolute;
    right: 0;
    left: 16.66667%;
    bottom: 0; }
  .slogan-subpage__text {
    font-size: 72px; }

.subpage__des {
  display: block;
  text-align: right;
  font-size: 32px;
  margin: 64px 0;
  line-height: 1.2em; }

.slogan-subpage--full-line:after {
  left: 0; }

.slogan-subpage--line-1:after {
  left: 8.33333%; }

.slogan-homepage {
  display: block;
  text-align: right;
  font-size: 124px;
  font-weight: 700;
  line-height: 110px;
  margin-top: 128px; }

.banner-homepage {
  display: block;
  position: relative;
  margin: auto;
  min-height: 100vh; }
  @media (min-width: 1600px) {
    .banner-homepage {
      min-height: 100vh; } }
  @media (max-width: 1199px) {
    .banner-homepage {
      min-height: calc(100vh - 56px); } }
  .banner-homepage__bg-item {
    display: block;
    background-color: #f2f2f2;
    position: relative;
    height: calc(100vh - 148px); }
    @media (min-width: 1600px) {
      .banner-homepage__bg-item {
        height: calc(100vh - 148px);
        max-height: inherit; } }
  .banner-homepage__content-center {
    position: relative;
    top: 50vh;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    @media (min-width: 1600px) {
      .banner-homepage__content-center {
        position: relative;
        top: 50vh;
        transform: scale(1.1) translateY(-50%);
        -webkit-transform: scale(1.1) translateY(-50%); } }
    @media (min-width: 2500px) {
      .banner-homepage__content-center {
        top: 70vh;
        transform: scale(1.5) translateY(-50%);
        -webkit-transform: scale(1.5) translateY(-50%); } }
    @media (max-width: 768px) {
      .banner-homepage__content-center {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        top: 50px;
        height: calc(100vh - 50px); } }
    @media (max-width: 767px) {
      .banner-homepage__content-center {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        top: 50px;
        height: auto; } }
    @media (max-width: 480px) {
      .banner-homepage__content-center {
        height: calc(100vh - 50px); } }
  @media (max-width: 768px) {
    .banner-homepage__slogan-wrapper {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 200px; } }
  @media (max-width: 767px) {
    .banner-homepage__slogan-wrapper {
      position: relative;
      bottom: auto; } }
  @media (max-width: 480px) {
    .banner-homepage__slogan-wrapper {
      position: absolute;
      bottom: 130px; } }
  .banner-homepage__image {
    display: block;
    height: 478px;
    position: relative;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (min-width: 1600px) {
      .banner-homepage__image {
        height: 600px; } }
    @media (max-width: 768px) {
      .banner-homepage__image {
        height: 500px; } }
    @media (max-width: 767px) {
      .banner-homepage__image {
        height: 200px; } }
  .banner-homepage__slogan {
    display: block;
    max-width: 410px;
    font-size: 48px;
    font-weight: 700;
    margin-top: 64px;
    float: right;
    text-align: right;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 1600px) {
      .banner-homepage__slogan {
        margin-top: 144px; } }
    @media (max-width: 768px) {
      .banner-homepage__slogan {
        margin-top: 16px;
        float: none;
        text-align: center;
        max-width: inherit; } }
    @media (max-width: 767px) {
      .banner-homepage__slogan {
        font-size: 28px; } }
  .banner-homepage__des {
    display: block;
    max-width: 330px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin: 48px 0;
    float: right;
    clear: right;
    text-align: right; }
    @media (max-width: 768px) {
      .banner-homepage__des {
        font-size: 24px;
        line-height: 24px;
        margin: 32px 0;
        float: none;
        text-align: center;
        max-width: inherit; } }
    @media (max-width: 767px) {
      .banner-homepage__des {
        font-size: 16px;
        line-height: 20px;
        margin: 16px 0;
        padding: 0 16px; } }
  .banner-homepage__arrow-down {
    display: block;
    width: 56px;
    height: 72px;
    padding-top: 16px;
    background-color: #f5822b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0px;
    top: auto;
    text-align: center;
    z-index: 100; }
    .banner-homepage__arrow-down:after {
      content: '\e802';
      display: inline-block;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      font-size: 24px;
      color: #fff; }
    @media (min-width: 1600px) {
      .banner-homepage__arrow-down {
        bottom: 10vh; } }
    @media (max-width: 1199px) {
      .banner-homepage__arrow-down {
        bottom: 50px; } }
    @media (max-width: 767px) {
      .banner-homepage__arrow-down {
        display: none; } }
    @media (max-width: 480px) {
      .banner-homepage__arrow-down {
        display: block;
        bottom: 10px; } }

.products-homepage {
  display: block;
  min-height: 800px;
  position: relative;
  margin-top: 64px; }
  .products-homepage__slogan {
    position: relative;
    display: block;
    text-align: right;
    font-size: 112px;
    font-weight: 700;
    color: #f5822b;
    opacity: 1; }
    @media (max-width: 768px) {
      .products-homepage__slogan {
        font-size: 80px; } }
    @media (max-width: 767px) {
      .products-homepage__slogan {
        text-align: center;
        font-size: 54px; } }

.product-homepage {
  position: relative;
  padding: 112px 0; }
  @media (max-width: 767px) {
    .product-homepage {
      padding: 0px 0px;
      margin-bottom: 40px; } }
  .product-homepage__img-bg, .product-homepage__img-sm {
    display: block;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 26.31vw;
    max-height: 410px;
    transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in; }
    @media (max-width: 767px) {
      .product-homepage__img-bg, .product-homepage__img-sm {
        height: 60vw; } }
  .product-homepage__img-sm {
    height: 13.4vw;
    max-height: 205px;
    position: relative; }
    @media (max-width: 767px) {
      .product-homepage__img-sm {
        height: 20vw; } }
  .product-homepage__lp {
    display: block;
    font-size: 112px;
    line-height: 90px;
    font-weight: 700;
    color: #f5822b; }
  .product-homepage__content-wrapper {
    position: absolute;
    top: 80px; }
    @media (max-width: 1199px) {
      .product-homepage__content-wrapper {
        top: 48px; } }
    @media (max-width: 768px) {
      .product-homepage__content-wrapper {
        top: 24px; } }
    @media (max-width: 767px) {
      .product-homepage__content-wrapper {
        position: relative;
        top: 40px; } }
  .product-homepage__content-wrapper--two-lines {
    position: absolute;
    overflow-x: hidden;
    top: 8px; }
    @media (max-width: 1199px) {
      .product-homepage__content-wrapper--two-lines {
        top: -16px; } }
    @media (max-width: 768px) {
      .product-homepage__content-wrapper--two-lines {
        top: -48px; } }
    @media (max-width: 767px) {
      .product-homepage__content-wrapper--two-lines {
        position: relative;
        top: 40px; } }
  .product-homepage__type {
    display: block;
    text-align: right;
    font-size: 56px;
    line-height: 55px;
    color: #000; }
    @media (max-width: 767px) {
      .product-homepage__type {
        font-size: 24px;
        line-height: 30px; } }
  .product-homepage__title {
    display: block;
    text-align: right;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000; }
    @media (max-width: 768px) {
      .product-homepage__title {
        font-size: 54px; } }
    @media (max-width: 767px) {
      .product-homepage__title {
        font-size: 30px;
        line-height: 36px; } }
  .product-homepage__des {
    display: block;
    border-top: 8px solid #000;
    width: 392px;
    margin-right: 200px;
    margin-top: 32px;
    padding-right: 96px;
    float: right; }
    @media (max-width: 768px) {
      .product-homepage__des {
        padding-right: 120px;
        width: 304px; } }
    @media (max-width: 767px) {
      .product-homepage__des {
        font-size: 24px;
        margin-top: 16px;
        border-top: 4px solid #000; } }
  .product-homepage__des-text {
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    text-align: right;
    margin: 32px 0; }
    @media (max-width: 992px) {
      .product-homepage__des-text {
        font-size: 20px;
        line-height: 26px; } }
    @media (max-width: 767px) {
      .product-homepage__des-text {
        margin: 16px 0; } }
  .product-homepage__more {
    font-size: 16px;
    color: #f5822b;
    text-align: right;
    text-transform: uppercase;
    float: right;
    position: relative;
    padding-right: 30px;
    left: 0px;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out; }
  .product-homepage__more:after {
    content: '\e802';
    position: absolute;
    color: #f5822b;
    right: 5px;
    top: 0;
    line-height: 20px;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out; }
  .product-homepage__more:hover {
    left: 20px;
    color: #f5822b; }

.product-homepage--type-1 .product-homepage__content-wrapper, .product-homepage--type-1 .product-homepage__content-wrapper--two-lines {
  left: 8.33333%; }

.product-homepage--type-1 .product-homepage__lp {
  position: absolute;
  z-index: 2;
  right: 8.33333%;
  top: -45px;
  width: 25%;
  text-align: center; }

.product-homepage--type-1 .product-homepage__img-bg {
  float: right; }
  @media (max-width: 1199px) {
    .product-homepage--type-1 .product-homepage__img-bg {
      width: 100%;
      background-position: center right; } }

@media (max-width: 1199px) {
  .product-homepage--type-1 .product-homepage__img-sm {
    width: 100%;
    background-position: center left; } }

.product-homepage--type-1 .product-homepage__type {
  text-align: left; }

.product-homepage--type-1 .product-homepage__title {
  text-align: left; }

.product-homepage--type-1 .product-homepage__des {
  float: left; }
  @media (max-width: 1199px) {
    .product-homepage--type-1 .product-homepage__des {
      padding-right: 80px; } }
  @media (max-width: 767px) {
    .product-homepage--type-1 .product-homepage__des {
      margin-right: 36%;
      padding-right: 0;
      width: auto; } }

.product-homepage--type-1 .product-homepage__des-text {
  text-align: left; }

.product-homepage--type-1 .product-homepage__more {
  float: left; }

.product-homepage--type-2 .product-homepage__content-wrapper, .product-homepage--type-2 .product-homepage__content-wrapper--two-lines {
  right: 8.33333%; }

.product-homepage--type-2 .product-homepage__lp {
  position: absolute;
  display: block;
  width: 25%;
  text-align: center;
  right: 8.33333%;
  top: 20vw;
  margin-top: -45px;
  z-index: 2; }

.product-homepage--type-2 .product-homepage__img-sm {
  float: left; }
  @media (max-width: 1199px) {
    .product-homepage--type-2 .product-homepage__img-sm {
      width: 100%;
      background-position: center right; } }

.product-homepage--type-2 .product-homepage__img-bg {
  float: left; }
  @media (max-width: 1199px) {
    .product-homepage--type-2 .product-homepage__img-bg {
      width: 100%;
      background-position: center left; } }

.product-homepage--type-2 .product-homepage__type {
  text-align: right; }

.product-homepage--type-2 .product-homepage__title {
  text-align: right; }

.product-homepage--type-2 .product-homepage__des {
  float: right;
  margin-right: 0;
  padding-left: 96px;
  padding-right: 0; }
  @media (max-width: 1199px) {
    .product-homepage--type-2 .product-homepage__des {
      padding-left: 80px; } }
  @media (max-width: 767px) {
    .product-homepage--type-2 .product-homepage__des {
      margin-left: 36%;
      padding-left: 0;
      width: auto; } }

.product-homepage--type-2 .product-homepage__des-text {
  text-align: right; }

.product-homepage--type-2 .product-homepage__more {
  float: right; }

.boxes-homepage {
  display: block;
  margin-top: 72px; }
  .boxes-homepage__item {
    display: block;
    background-color: #f2f2f2;
    background-size: auto 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    height: 400px;
    padding: 48px;
    position: relative;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; }
    @media (max-width: 767px) {
      .boxes-homepage__item {
        padding: 16px;
        height: 250px;
        background-size: auto 80%; } }
  .boxes-homepage__item--full-width {
    background-size: 100% auto; }
  .boxes-homepage__label {
    display: block;
    font-size: 24px;
    color: #000;
    min-height: 1em; }
    @media (max-width: 767px) {
      .boxes-homepage__label {
        font-size: 18px; } }
  .boxes-homepage__title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #000; }
    @media (max-width: 767px) {
      .boxes-homepage__title {
        font-size: 24px; } }
  .boxes-homepage__arrow {
    display: inline-block;
    margin: 24px 0; }
    .boxes-homepage__arrow:after {
      content: '\e802';
      font-size: 24px;
      color: #000; }
  .boxes-homepage__info {
    display: inline-block;
    color: #000;
    font-size: 16px;
    margin-top: 24px;
    width: 100%;
    max-width: 200px; }
    @media (max-width: 767px) {
      .boxes-homepage__info {
        font-size: 14px;
        margin-top: 8px;
        max-width: 170px; } }
  .boxes-homepage__btn {
    display: inline-block;
    position: absolute;
    bottom: 48px;
    left: 48px;
    background-color: #f5822b;
    height: 56px;
    width: 280px;
    line-height: 56px;
    padding: 0 24px;
    padding-right: 64px;
    margin: 0; }
    .boxes-homepage__btn:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      margin: 0;
      background-color: #fe8f3c;
      transition: all .15s ease-in;
      -webkit-transition: all .15s ease-in; }
    .boxes-homepage__btn:after {
      content: '\e802';
      font-size: 16px;
      color: #fff;
      position: absolute;
      right: 32px;
      top: 0;
      line-height: 56px; }
  .boxes-homepage__btn-label {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    z-index: 1;
    position: relative; }

.boxes-homepage .boxes-homepage__item.boxes-homepage__item--full-width:hover {
  background-size: 110% auto; }

.boxes-homepage .boxes-homepage__item:hover {
  background-size: auto 110%; }
  .boxes-homepage .boxes-homepage__item:hover .boxes-homepage__btn:before {
    width: 100%; }

.row--rythm-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: 12px;
  margin-right: 12px;
  z-index: -1; }
  .row--rythm-banner div:first-child {
    padding-left: 0; }
  .row--rythm-banner div:last-child {
    padding-right: 0; }
  @media (min-width: 2500px) {
    .row--rythm-banner {
      margin-left: -15vw;
      margin-right: -15vw; } }
  @media (max-width: 1199px) {
    .row--rythm-banner div:nth-child(1) .banner-homepage__bg-item {
      top: 60px; }
    .row--rythm-banner div:nth-child(2) .banner-homepage__bg-item {
      top: 20px; }
    .row--rythm-banner div:nth-child(3) .banner-homepage__bg-item {
      top: 60px; }
    .row--rythm-banner div:nth-child(4) .banner-homepage__bg-item {
      top: 120px; } }
  @media (max-width: 767px) {
    .row--rythm-banner div:nth-child(1) .banner-homepage__bg-item {
      top: 40px; }
    .row--rythm-banner div:nth-child(2) .banner-homepage__bg-item {
      top: 20px; }
    .row--rythm-banner div:nth-child(3) .banner-homepage__bg-item {
      top: 40px; }
    .row--rythm-banner div:nth-child(4) .banner-homepage__bg-item {
      top: 60px; } }

.our-philosophy__form {
  display: block;
  position: relative;
  margin: 80px 0; }
  .our-philosophy__form .input--standard input {
    max-width: 240px; }
  .our-philosophy__form .input--standard textarea {
    max-width: 400px; }

.our-philosophy__form__info {
  display: block;
  font-size: 16px;
  width: 50%;
  line-height: 24px; }

.our-philosophy__form__bg {
  position: absolute;
  top: 100px;
  right: -8px;
  width: 500px;
  height: 600px;
  background-size: auto;
  background-position: top left;
  background-repeat: no-repeat; }

.event-item, .event-item--with-img {
  display: block;
  position: relative; }
  .event-item:after, .event-item--with-img:after {
    content: '';
    display: block;
    height: 8px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: calc(8.33333% + 8px);
    right: calc(8.33333% + 8px); }

.event-item:last-of-type:after, .event-item--with-img:last-of-type:after {
  display: none; }

.event-item--with-img:after {
  width: 0; }

.event-item--with-img .event-item__date, .event-item--with-img .event-item__date--day, .event-item--with-img .event-item__date--day-small, .event-item--with-img .event-item__date--day-small, .event-item--with-img .event-item__title, .event-item--with-img .event-item__info, .event-item--with-img .event-item__des {
  color: #fff; }

.event-item__image {
  position: absolute;
  top: -8px;
  left: calc(8.33333% + 8px);
  right: calc(8.33333% + 8px);
  height: 376px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .event-item__image:after {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); }

.event-item__left, .event-item__right {
  display: block;
  height: 368px;
  line-height: 368px; }

.event-item__inner {
  display: inline-block;
  width: 100%;
  line-height: normal;
  vertical-align: middle;
  position: relative; }

.event-item__inner .btns-wrapper {
  padding-top: 16px; }

.event-item__date {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0; }

.event-item__date--day, .event-item__date--day-small {
  display: block;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  line-height: .8em; }

.event-item__date--day-small {
  font-size: 56px; }

.event-item__info {
  display: block;
  font-size: 24px;
  font-weight: 400; }

.event-item__title {
  display: block;
  font-size: 32px;
  margin-bottom: 24px; }

.event-item__des {
  display: block;
  font-size: 16px; }

.event-item__url, .event-item__read-more {
  display: inline-block;
  color: #f5822b;
  font-size: 16px;
  font-weight: 400;
  margin: 2.4px 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }
  .event-item__url:hover, .event-item__read-more:hover {
    color: #fe8f3c; }

.event-item__read-more {
  position: relative;
  font-weight: 700;
  background-color: #f5822b;
  color: #fff;
  height: 56px;
  line-height: 56px;
  padding: 0px 32px; }
  .event-item__read-more:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    background-color: #fe8f3c;
    transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in; }
  .event-item__read-more:hover:before {
    width: 100%; }

.event-item__read-more__label {
  color: #fff;
  font-weight: 400;
  position: relative; }

.event-item__des-more {
  display: block;
  padding-top: 88px;
  padding-right: 88px;
  padding-bottom: 88px; }

.event-item__des-more__text {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400; }

.event-item__des-more__divider {
  display: block;
  height: 8px;
  width: 100%;
  background-color: #000; }

.story-header {
  display: block;
  background-color: #000;
  height: 504px;
  position: relative;
  z-index: -1;
  top: -6px; }

.story-header__title {
  display: block;
  text-align: right;
  font-size: 320px;
  color: #fff;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 0.79em;
  speak: none;
  position: absolute;
  bottom: -10px;
  right: -22px; }

.story-item {
  display: block;
  margin: 96px 0;
  background-color: #FFF;
  position: relative;
  z-index: 1; }

.story-item__img {
  display: block;
  height: 528px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.story-item__date {
  display: inline-block;
  color: #dbdbdb;
  font-size: 72px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: top left;
  -webkit-transform-origin: top left;
  transform: rotate(-90deg) translateY(-100%);
  -webkit-transform: rotate(-90deg) translateY(-100%) translateX(-65%); }

.story-item__text {
  display: block;
  text-align: right;
  font-size: 32px;
  line-height: 40px;
  padding: 40px 0;
  border-top: 8px solid #000;
  margin: 32px 0; }

.leadership__items {
  display: block;
  position: relative;
  min-height: 750px; }

.leadership__item {
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }
  .leadership__item .leadership__item__img {
    width: 1%;
    margin-left: 99%;
    transition: width .3s ease-in, margin .3s ease-in;
    -webkit-transition: width .3s ease-in, margin .3s ease-in; }
  .leadership__item .leadership__item__des {
    opacity: 0;
    transition: opacity .5s ease-in .8s;
    -webkit-transition: opacity .5s ease-in .8s; }

.leadership__item.next, .leadership__item.prev {
  opacity: 1;
  visibility: visible;
  max-height: 2500px;
  transition: all .3s ease-in 1.2s;
  -webkit-transition: all .3s ease-in 1.2s; }
  .leadership__item.next .leadership__item__img, .leadership__item.prev .leadership__item__img {
    width: 1%;
    margin-left: 99%;
    transition: width .0s ease-in, margin .0s ease-in;
    -webkit-transition: width .0s ease-in, margin .0s ease-in; }

.leadership__item.active, .mobile-top.open .leadership__item#hamburger-icon {
  opacity: 1;
  visibility: visible;
  max-height: 2500px;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }
  .leadership__item.active .leadership__item__img, .mobile-top.open .leadership__item#hamburger-icon .leadership__item__img {
    width: 99%;
    margin-left: 1%;
    transition: width .3s ease-in .8s, margin .3s ease-in .8s;
    -webkit-transition: width .3s ease-in .8s, margin .3s ease-in .8s; }
  .leadership__item.active .leadership__item__des, .mobile-top.open .leadership__item#hamburger-icon .leadership__item__des {
    opacity: 1; }

.leadership__bg {
  display: block;
  width: 360px;
  height: 500px;
  position: absolute;
  top: 184px;
  left: 8.33333%;
  background-color: #f2f2f2;
  z-index: -1; }

.leadership__nav {
  display: block;
  position: absolute;
  left: 16.66667%;
  top: 468px;
  z-index: 1; }

.leadership__nav__btn--left, .leadership__nav__btn--right {
  display: inline-block;
  float: right;
  width: 72px;
  height: 72px;
  background-color: #f5822b;
  margin: 1px;
  position: relative;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }
  .leadership__nav__btn--left:after, .leadership__nav__btn--right:after {
    content: '\e802';
    display: block;
    width: 14px;
    color: #fff;
    font-size: 24px;
    line-height: 72px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  .leadership__nav__btn--left:before, .leadership__nav__btn--right:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    background-color: #fe8f3c;
    transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in; }
  .leadership__nav__btn--left:hover, .leadership__nav__btn--right:hover {
    background-color: #f5822b; }
  .leadership__nav__btn--left:hover:before, .leadership__nav__btn--right:hover:before {
    width: 100%; }

.leadership__nav__btn--right {
  background-color: #f5822b; }
  .leadership__nav__btn--right:after {
    left: auto;
    right: 50%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  .leadership__nav__btn--right:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    margin: 0;
    background-color: #fe8f3c;
    transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in; }
  .leadership__nav__btn--right:hover:before {
    width: 100%; }

.leadership__nav__btn--right.disabled, .leadership__nav__btn--right.disabled:hover, .leadership__nav__btn--left.disabled, .disabled.leadership__nav__btn--right, .leadership__nav__btn--left.disabled:hover, .disabled.leadership__nav__btn--right:hover {
  pointer-events: none;
  tab-index: -1;
  background-color: #bababa; }

.leadership__nav__des {
  display: block;
  margin: 2px;
  background-color: #000;
  padding: 28px 32px 32px;
  clear: both;
  width: 320px;
  margin-right: 75px; }

.leadership__nav__des__title {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px; }

.leadership__nav__des__info {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px; }

.leadership__numbers {
  display: inline-block;
  float: right;
  margin-top: 56px; }

.leadership__numbers__total {
  display: inline-block;
  float: right;
  font-weight: 700;
  font-size: 17px; }
  .leadership__numbers__total:before {
    content: '/ ';
    margin-left: 10px; }

.leadership__numbers__active {
  display: inline-block;
  float: right;
  font-weight: 700;
  font-size: 72px;
  line-height: .8em;
  color: #f5822b;
  opacity: 1;
  transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in; }

.leadership__item__des p {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-align: right;
  width: 300px;
  margin: 30px 0;
  margin-left: auto;
  margin-right: 0; }

.leadership__item__img {
  display: block;
  width: 100%;
  height: 680px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%; }

.media-section__title {
  display: block;
  margin-left: 8.33333%;
  margin-top: 48px; }

.media-section__address {
  display: block;
  margin: 32px 0; }

.media-section__address__text, .media-section__address__title, .media-section__address__url {
  display: block;
  font-size: 16px;
  margin: 8px 0; }

.media-section__address__url {
  color: #f5822b;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }
  .media-section__address__url:hover {
    color: #000; }

.media-section__identity {
  display: block;
  margin: 24px 0; }

.media-section__identity__logo {
  display: block;
  height: 128px;
  position: relative; }
  .media-section__identity__logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }

.media-section__identity__url {
  display: block;
  color: #f5822b;
  font-size: 16px;
  margin: 12px 0; }

.media-section__identity__group-text {
  display: block;
  margin: 32px 0; }

.media-section__identity__text {
  display: block;
  font-size: 16px;
  margin: 6px 0;
  position: relative;
  padding-left: 30px; }
  .media-section__identity__text i {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

.media-section__url {
  display: block;
  font-size: 16px;
  color: #f5822b;
  margin: 8px 8px; }

.media-section__articles {
  display: block;
  margin: 32px 0; }

.media-section__article {
  display: block;
  font-size: 16px;
  color: #f5822b; }
  .media-section__article .date {
    display: inline-block;
    color: #000;
    width: 128px; }

.media-section__article {
  display: block;
  margin: 8px 0; }

.media-section__pagination {
  display: block;
  border-top: 1px solid #ecebeb;
  margin: 32px 0; }

.media-section__pagination__link {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #f5822b;
  margin: 8px;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }
  .media-section__pagination__link.active, .mobile-top.open .media-section__pagination__link#hamburger-icon {
    color: #fff;
    background-color: #f5822b; }
  .media-section__pagination__link:hover {
    color: #fff;
    background-color: #f5822b; }

.media-section__pagination__link-divider {
  display: inline-block;
  line-height: 32px;
  color: #f5822b; }
